home *** CD-ROM | disk | FTP | other *** search
- // HTBUserName.h : main header file for the HTBUSERNAME DLL
- //
-
- #if !defined(AFX_HTBUSERNAME_H__0F335B75_8CDE_11D5_B5C8_00D0B757ACBD__INCLUDED_)
- #define AFX_HTBUSERNAME_H__0F335B75_8CDE_11D5_B5C8_00D0B757ACBD__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #define SIZE 256
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CHTBUserNameApp
- // See HTBUserName.cpp for the implementation of this class
- //
-
- class CHTBUserNameApp : public CWinApp
- {
- public:
- CHTBUserNameApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CHTBUserNameApp)
- //}}AFX_VIRTUAL
-
- //{{AFX_MSG(CHTBUserNameApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_HTBUSERNAME_H__0F335B75_8CDE_11D5_B5C8_00D0B757ACBD__INCLUDED_)
-